projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d59447
)
Adwaita: Set a background for magnifiers
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 3 Nov 2020 15:12:32 +0000
(10:12 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 3 Nov 2020 16:00:32 +0000
(11:00 -0500)
The magnifier in entries is magnifying the GtkText
widget, which does not draw any background itself.
Therefore, we give the magnifier a background, to
make things look as expected.
Fixes: #3318
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 119694649d2ea72d88da25c23fcb15c6750cf776..a552965cdd1a3cd82e516cd7c290fdf4a33a5d19 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1845,6
+1845,9
@@
popover.background {
}
}
+magnifier {
+ background-color: $base_color;
+}
/*************
* Notebooks *